Adwaita: Update frame styling
authorMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2015 23:10:52 +0000 (19:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 31 Oct 2015 23:10:52 +0000 (19:10 -0400)
Adapt to the changes in the previous commit.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 7e9ccc2cb040b32eacf75f857c6a760cac668f4e..7108aed880cf1f030daa76f9f33f8c875ec0f225 100644 (file)
@@ -2494,6 +2494,7 @@ GtkProgressBar {
 /**********
  * Frames *
  **********/
+frame,
 .frame {
   border: 1px solid $borders_color;
   &.flat { border-style: none; }
@@ -3437,7 +3438,7 @@ button.circular label {
   padding: 0;
 }
 
-.frame.keycap {
+frame.keycap {
   background-color: #fefefe;
   border: 1px solid #cecece;
   border-radius: 5px;
index afa737cf3572a754348d5d6e7c73441d34459df2..4ed6f637a28ead1f5c63e678cfa054e22b9e07b1 100644 (file)
@@ -3525,13 +3525,17 @@ GtkProgressBar {
 /**********
  * Frames *
  **********/
+frame,
 .frame {
   border: 1px solid #1c1f1f;
   padding: 0; }
+  frame.flat,
   .frame.flat {
     border-style: none; }
+  frame:backdrop,
   .frame:backdrop {
     border-color: #1f2222; }
+  frame.action-bar,
   .frame.action-bar {
     padding: 6px;
     border-width: 1px 0 0; }
@@ -4737,7 +4741,7 @@ button.circular label,
 .titlebar button.circular.titlebutton label {
   padding: 0; }
 
-.frame.keycap {
+frame.keycap {
   background-color: #fefefe;
   border: 1px solid #cecece;
   border-radius: 5px;
index 3aa59d3eb80e2d66c197fd98f62a516cfd95f608..cee5a74a0ff77c0d0e18dfc95553d3587016861c 100644 (file)
@@ -3687,13 +3687,17 @@ GtkProgressBar {
 /**********
  * Frames *
  **********/
+frame,
 .frame {
   border: 1px solid #a1a1a1;
   padding: 0; }
+  frame.flat,
   .frame.flat {
     border-style: none; }
+  frame:backdrop,
   .frame:backdrop {
     border-color: darkgray; }
+  frame.action-bar,
   .frame.action-bar {
     padding: 6px;
     border-width: 1px 0 0; }
@@ -4910,7 +4914,7 @@ button.circular label,
 .titlebar button.circular.titlebutton label {
   padding: 0; }
 
-.frame.keycap {
+frame.keycap {
   background-color: #fefefe;
   border: 1px solid #cecece;
   border-radius: 5px;